/* CSS Document */
/*内页ban*/
.ban{
    height: 350px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    position: relative;
    min-height: 180px;
}
.ban:after{
    content: "";
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ban .txt{
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.ban .txt .tit{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.25em;
    max-height: 2.5em;
    overflow: hidden;
}
.ban .txt.t2{
    top: 43%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ban .txt.t2 .tit{
    width: 62.916%;
    text-align: left;
}
.ban .pic:after,
.ban .pic .box:after{
    content: "";
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ban .pic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*overflow: hidden;*/
    z-index: 1;
    margin-top: 127px;
}
.ban .pic .box{
    float: right;
    width: 45%;
    height: auto;
    /*overflow: hidden;*/
    position: relative;
}
.ban .pic .box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban .pic .box:before{
    content: "";
    position: absolute;
    width: 160px;
    height: 20px;
    background: rgba(9,32,54,0.3);
    opacity: 1;
    filter: blur(15px);
    bottom: 0;
    left: 50%;
    margin-left: -80px;
}
.ban.b2{
    height: 400px;
}
.ban.b2 .txt .tit{
    text-align: left;
    margin-bottom: 30px;
}
.ban.b2 .txt .desc{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
    overflow: hidden;
    width: 48.75%;
    margin-bottom: 18px;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
/*面包屑导航*/
.cur{
    overflow: hidden;
    font-size: 0;
    padding: 26px 0 30px;
}
.cur a,
.cur span,
.cur i{
    display: inline-block; 
    vertical-align: middle;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 1.5em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cur span{
    color: #103187;
}
.cur i{
    width: 16px;
    height: 1px;
    background: #D8D8D8;
    margin: 0 11px;
}
.cur a:hover{
    color: #103187;
}
/*!页码*/
.pagination,
.pages {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}
.pagination li,
.pages li{
    display: inline-block;
    vertical-align: middle;
}
.pagination span,
.pagination a,
.pages span,
.pages a{
    display: block;
    width: 40px;
    height: 51px;
    font-size: 16px;
    color: #3D3D3D ;
    line-height: 49px;
    border-bottom: 2px solid #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination li.on a,
.pagination a:hover,
.pages li a:hover,
.pages li.on a{
  color: #103187;
  border-bottom: 2px solid #103187;
}
/*内页公用标题*/
.g-titl2{
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 1.5em;
    overflow: hidden;
}
.g-titl2 em{
    font-size: 16px;
    color: rgba(16, 49, 135, .5);
    line-height: 1.5em;
    padding-left: 23px;
    overflow: hidden;
}
/*详情页公用模块*/
.m-relatedl{
    overflow: hidden;
    margin-bottom: 88px;
}
.ul-lislt2{
    overflow: hidden;
    margin: 30px -6px 0;
}
.ul-lislt2 li{
    width: 25%;
    float: left;
    padding: 0 6px;
    margin-bottom: 12px;
}
.ul-lislt2 .con{
    display: block;
    overflow: hidden;
    background: #F5F5F5;
    padding: 35px 0 7px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-lislt2 .con:hover{
    background-color: #F2F6FF;
}
.ul-lislt2 .con .txt{
    overflow: hidden;
    font-size: 20px;
    height: 4.5em;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
.ul-lislt2 .con .txt .tit{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 1.5em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 2px;
    overflow: hidden;
}
.ul-lislt2 .con .txt .letter{
    color: #222;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ul-lislt2 .con .pic{
    width: 100%;
    height: 180px;
    line-height: 180px;
    font-size: 0;
    overflow: hidden;
    text-align: center;
    padding: 0 30px;
    position: relative;
}
.ul-lislt2 .con .pic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.ul-lislt2 .con .pic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.ul-lislt2 .con .desc{
    font-size: 14px;
    color: #222222;
    line-height: 1.72em;
    height: 8.6em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 20px;
}

.col-l{
  float: left;
}
.col-r{
  float: right;
}
.wow {
  transition-delay: 0.3s;
}

.pc {
  display: block;
}

.mob {
  display: none;
}

.wrap {
  width: 94%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.r-slide{
  position: fixed;
  bottom: 10%;
  right: 10px;
 
  z-index: 9;
}
.r-slide .icn{
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.r-slide .btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 60px;
  background: #103187;
  border-radius: 5px;
  text-align: center;
  transition: .4s;
}
.r-slide .btn:hover{
  opacity: .8;
}
/* 表单 */
.m-pop-container {
  width: 640px;
  border-radius: 10px;
  padding: 35px 40px 25px;
}

.m-pop-container .layui-form-label {
  font-size: 16px;
  width: 100px;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.9);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  line-height: 50px;
  text-align: left;
}

.m-pop-container .layui-input-block {
  margin-left: 0;
  margin-bottom: 25px;
}

.m-pop-container .layui-form-select dl dd.layui-this {
  color: #103187;
}

.m-pop-container .layui-input,
.m-pop-container .layui-select {
  height: 60px;
  /* border-radius: 3px; */
  font-size: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.m-pop-container .layui-textarea {
  height: 120px;
  font-size: 20px;
  resize: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.m-pop-container .title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
}

.m-pop-container .close {
  width: 24px;
  height: 24px;
  top: 40px;
  right: 40px;
  position: absolute;
  cursor: pointer;
}

.m-pop-container .opt {
  display: flex;
  justify-content: space-between;
}

.m-pop-container .layui-btn {
  width: 45%;
  font-size: 20px;
  background-color: #103187;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  margin-top: 5px;
}
.m-pop-container .layui-btn.reset{
  background-color: #e7eaf3;
  color: #1A1A1A;
}
.m-pop-container .areabox .layui-form-label {
  float: none;
  width: auto;
}

.m-pop-container .areabox .layui-input-block {
  margin-left: 0;
}

.layui-layer {
  border-radius: 10px;
}

em {
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder {
  color: #3d3d3d;
}

::-moz-placeholder {
  color: #3d3d3d;
}

::-ms-input-placeholder {
  color: #3d3d3d;
}

input[type=number] {
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  background-color: #FFFFFF;
  z-index: 10;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
  transition: all .5s;
}
.header .wrap{
  width: 92%;
  padding: 0;
  max-width: none;
}
body{
  padding-top: 70px;
}
.logo {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70px;
  transition: all .3s;
}

.logo a {
  display: block;
}

.logo img {
  height: 56px;
  transition: all .3s;
}

.nav {
  float: right;
}

.navBox {
  margin: 0 auto;
}

.navList {
  list-style: none;
  margin: 0;
  text-align: right;
}

.navList>li {
  display: inline-block;
  vertical-align: top;
  margin: 0 45px;
  text-align: center;
  position: relative;
}

.navList>li>a {
  display: block;
  line-height: 70px;
  font-size: 16px;
  color: #000000;
  position: relative;
  transition: all .3s;
}

.navList>li>a>i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 7px;
  background: url(../images/ico2.png) center center no-repeat;
  background-size: cover;
  margin-left: 5px;
  display: none;
}

.navList>li>a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #103187;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transition: all .5s;
}

.navSub {
  position: absolute;
  left: 50%;
  top: auto;
  min-width: 150px;
  text-align: left;
  z-index: 2;
  background-color: #F6F6F6;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .1s ease .2s;
  transform: translateX(-50%);
}

.navSecond {
  list-style: none;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* max-width: 1400px; */
  margin: 0 auto;
}

.navSecond>li {
  font-weight: normal;
}

.navSecond>li>a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.navSecond>li>a:hover {
  background-color: #103187;
  color: #FFFFFF;
}

.navThr {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 0 0 .2rem;
  display: none;
}

.navThird {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
}

.navThird>li {
  width: 50%;
  padding: .2rem 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -1px;
}

.navThird>li>a {
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}

.navFourth {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -.1rem;
}

.navFourth li {
  padding: .1rem;
  flex: 0 0 50%;
}

.navFourth li a {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  transition: all .2s ease;
}

.navFourth li a:hover {
  color: #103187;
  font-size: 16px;
}

.navThird>li:first-child {
  width: 100%;
  border-top: none;
}

.navThird>li:first-child .navFourth li {
  flex: 0 0 20%;
}

.navList>li.active>a, .navList>li:hover>a {
  color: #103187;
}

.navList>li.active>a::before,
.navList>li:hover>a::before {
  left: 0;
  /* width: 100%; */
}

.navList>li:hover .navSub {
  opacity: 1;
  visibility: visible;
}

.navSecond>li:hover>a {
  background-color: #103187;
  color: #FFFFFF;
}

.navSecond>li:hover .navThr {
  display: block;
}

.noThird {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  padding: .2rem 0 0;
  text-align: center;
}

.noThird li {
  display: inline-block;
  vertical-align: top;
}

.noThird li a:hover {
  font-size: 14px;
  text-decoration: underline;
}

.navRig {
  float: right;
  text-align: right;
  line-height: 70px;
  color: #000000;
  font-size: 0;
  margin-left: 25px;
  transition: all .3s;
}

.navRig li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  margin-left: 15px;
}

.navRig a,
.navRig i,
.navRig span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 38px;
}

.navRig li.navLine span {
  display: block;
  height: 38px;
  border-left: 1px solid #CDCDCD;
}

.navOnline a{
  display: block;
  font-size: 16px;
  color: #fff;
  width: 120px;
  height: 40px;
  background: #103187;
  border-radius: 5px;
  transition: .3s;
  line-height: 40px;
  text-align: center;
}
.navOnline a:hover{
  opacity: .8;
}
.navRig li.navUser a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.navRig li.navUser a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.navRig li.navBtn {
  cursor: pointer;
  display: none;
}

.navBtn span {
  width: 25px;
  height: 30px;
  position: relative;
  margin-left: 5px;
}

.navBtn span b {
  display: block;
  width: 100%;
  height: 2px;
  background: #103187;
  position: absolute;
  left: 0;
  top: calc((100% - 4px) / 2);
  transition: all .3s;
}

.navBtn span b:nth-child(1) {
  transform: translateY(8px) rotate(0deg);
}

.navBtn span b:nth-child(3) {
  transform: translateY(-8px) rotate(0deg);
}

.navBtn.active b:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.navBtn.active b:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.navBtn.active b:nth-child(2) {
  opacity: 0;
}

.mainBg {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}

.grayBg {
  background-color: #f2f3f8;
}

.whiteBg {
  background-color: #FFFFFF;
}

.text-center {
  text-align: center;
}

/*footBg*/
.footBg {
  background-color: #1a1a1a;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
}

.footBg a {
  color: inherit;
  transition: .3s;
}

.footBg a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.f-top{
  overflow: hidden;
  padding: 60px 0;
}
.f-logo{
  display: inline-block;
  margin-bottom: 57px;
}
.f-logo img{
  display: inline-block;
  max-height: 60px;
}
.f-top .col-l{
  float: left;
  width: 35.66%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.f-txt{
  margin-bottom: 25px;
}
.f-txt .line{
  overflow: hidden;
  line-height: 35px;
}
.f-txt .icon{
  float: left;
  width: 25px;
  overflow: hidden;
}
.f-txt .icon img{
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
}
.f-txt .t{
  display: block;
  
  overflow: hidden;
}
.f-share .itm{
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}
.f-share .con{
  display: block;
}
.f-share .icon img{
  display: inline-block;
  vertical-align: middle;
  max-height: 16px;
}
.f-top .col-r{
  float: right;
  width: 60%;
  overflow: hidden;
  padding: 0 2%;
}
.f-links{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  line-height: 35px;
}
.f-dl dt a{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.f-dl dt a,
.f-dl .v2{
  display: block;
}
.f-copy{
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width:1200px) {
  .navSub {
    display: block !important;
  }
}

@media (max-width:1600px) {
  .wrap {
    max-width: 1230px;
  }

  .logo img {
    height: 50px;
  }

  .navList>li {
    margin-left: 25px;
  }

  .navList>li>a {
    font-size: 15px;
  }

  .navRig li {
    font-size: 14px;
    margin-left: 10px;
  }

  .navRig li.navLogin {
    background-size: 14px auto;
  }

  .navRig li.navSearch a {
    width: 32px;
    height: 32px;
    background-size: 18px auto;
  }

  .navSecond,
  .navThird {
    max-width: 1200px;
  }

  .navSecond>li>a {
    font-size: 15px;
    line-height: 40px;
    padding: 0 25px;
  }

  .navThird>li {
    padding: .12rem 0;
  }

  .navThird>li>a {
    font-size: 16px;
  }

  .navFourth li a {
    font-size: 12px;
  }

  .navFourth li a:hover {
    font-size: 13px;
  }

  .ftTop {
    margin: .4rem auto;
  }

  .ftNav {
    font-size: 12px;
  }

  .ftTit {
    font-size: 16px;
  }

  .ftCon p.ftTel {
    font-size: 26px;
    background-size: 30px auto;
    padding-left: 35px;
    line-height: 30px;
  }

  .ftBot {
    padding: .15rem 0 .2rem;
  }

  .ftIco {
    width: 32px;
    height: 32px;
  }

  .onLine {
    width: 60px;
  }

  .onLine li a {
    padding: 8px 0;
  }

  .onIco {
    width: 24px;
    height: 24px;
  }

  .onCon img {
    width: 80px;
  }

  .hmTitEn {
    font-size: 70px;
  }

  .hmTitCn {
    font-size: 28px;
  }

  .mainTop li a {
    font-size: 15px;
    line-height: 20px;
  }

  .sortList li a {
    font-size: 15px;
  }
}

@media (max-width:1400px) {
  .navBtn span b:nth-child(1) {
    transform: translateY(6px) rotate(0deg);
  }

  .navBtn span b:nth-child(3) {
    transform: translateY(-6px) rotate(0deg);
  }
}

@media (max-width:1200px) {
  .header .wrap,
  .wrap {
    width: 100%;
    max-width: 970px;
  }
  .header .wrap{
    padding: 0 15px;
  }
  .ban{
      height: 29.16vw;
  }
  .ban.b2{
      height: 33.33vw;
  }
  .ban.b2 .txt .tit{
    margin-bottom: 10px;
  }
  .ban.b2 .txt .desc{
    margin-bottom: 0;
  }
  .ban .txt .tit{
      font-size: 3.333vw;/*字体40*/
  }
  .cur{
      padding: 15px 0;
  }
  .cur a, .cur span, .cur i{
    font-size: 14px;
  }
  .cur i{
    width: 10px;
    margin: 0 8px;
  }
  .g-titl2{
      font-size: 22px;
  }
  .g-titl2 em,.ban.b2 .txt .desc{
    font-size: 14px;
  }
  .m-relatedl{
    margin-bottom: 20px;
  }
  .ul-lislt2{
    margin-top: 20px;
  }
  .ul-lislt2 .con .txt,
  .ul-lislt2 .con .txt .tit{
    font-size: 18px;
  }
  .ul-lislt2 .con{
    padding: 15px;
  }
  .ul-lislt2 .con .txt{
    padding: 0;
  }
  .ul-lislt2 .con .pic{
    padding: 0;
    height: 140px;
    line-height: 140px;
  }
  .ban .pic{
    margin-top: 10.58vw;
  }

  



  .navBg {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #103187;
    opacity: .8;
    z-index: 2;
    transition: all .5s;
  }

  .navBox {
    position: fixed;
    right: -66%;
    top: 0;
    height: 100vh;
    width: 66%;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 2;
    transition: all .5s;
  }

  .navList {
    text-align: left;
    height: calc(100% - 70px);
    overflow-y: auto;
    display: block;
  }

  .navList>li {
    display: block;
    margin: 0;
    text-align: left;
  }

  .navList>li>a {
    color: #333333;
    height: auto;
    line-height: 46px;
    padding: 0 .3rem;
    border-bottom: 1px solid #f2f2f2;
  }

  .navList>li>a::before {
    display: none;
  }

  .navList>li>a:after {
    height: 1px;
    background: #103187;
  }

  .navList>li>a>i {
    float: right;
    width: 46px;
    height: 46px;
    background: url(../images/ico2.png) center center no-repeat;
  }

  .navList>li.active>a {
    color: #103187;
  }

  .navList>li.cur>a,
  .navList>li>a.cur {
    color: #103187;
  }

  .navList>li.cur>a>i,
  .navList>li>a.cur>i {
    transform: rotate(180deg);
    transition: all .3s;
  }

  .navList>li:hover .navSub {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }

  .navSub {
    width: 100%;
    min-width: 0;
    position: static;
    transform: none;
    padding: .2rem .2rem .2rem .5rem;
    border-top-width: 1px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
    background: #F0F0F0;
    box-shadow: none;
    min-height: 0;
  }

  .navSub:after {
    display: none;
  }

  .navList>li.dropdown>a>i {
    display: block;
    margin: 0;
  }

  .navSecond {
    display: block;
  }

  .navSecond>li>a {
    font-size: 15px;
    line-height: 32px;
    padding: 0;
    text-align: left;
  }

  .navSecond>li:hover>a {
    background-color: transparent;
    color: #103187;
  }

  .navThr {
    display: block;
    position: static;
    padding: .2rem;
    margin: .2rem 0;
  }

  .navThird {
    display: block;
  }

  .navThird>li {
    width: 100%;
  }

  .navThird>li>a {
    font-size: 14px;
    line-height: 24px;
  }

  .navFourth li {
    padding: 0 .1rem;
    flex: auto !important;
  }

  .navRig {
    margin-left: 0;
  }

  .navRig li {
    margin-left: .1rem;
  }

  .navRig li.navLine {
    display: none;
  }

  .navRig li.navBtn {
    display: inline-block;
  }

  .navTop {
    height: 70px;
    background: #103187;
    padding: 0 .3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .navClose {
    width: 25px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
  }

  .navClose span {
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: calc((100% - 4px) / 2);
    transition: all .3s;
  }

  .navClose span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .navClose span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .navClose span:nth-child(2) {
    opacity: 0;
  }

  .navBg.active,
  .navBox.active {
    right: 0;
  }

  .navBox.active {
    box-shadow: -1px 0 5px #103187;
  }

  /* .banner.active,.mainBg.active,.footBg.active,.banIn.active{ transform:translateX(-60%);} */
  .ftNav {
    float: none;
    width: 100%;
    padding: 0;
  }

  .ftRig {
    float: none;
    width: 100%;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: .3rem;
    padding: 0;
    padding-top: .3rem;
  }

  .ftCon {
    width: calc(100% - 200px);
  }

  .ftWx {
    width: 180px;
    margin-top: .3rem;
  }

  .ftTip {
    background-position: left 4px;
    font-size: 12px;
    line-height: 20px;
    margin-top: .1rem;
  }

  .onLine {
    width: 50px;
    top: auto;
    bottom: .1rem;
    transform: translateY(0);
    background-color: rgba(255, 255, 0255, 0.9);
  }

  .onLine li a p {
    display: none;
  }

  .onCon {
    top: auto;
    bottom: 0;
    background-color: rgba(255, 255, 0255, 0.9);
  }

  .hmTitEn {
    font-size: .56rem;
  }

  .hmTitCn {
    font-size: .24rem;
  }

  .banIn,
  .banIn .imgBg {
    height: 200px;
  }

  .more {
    width: 240px;
    line-height: 38px;
    font-size: 14px;
  }
}

@media (max-width:991px) {
  body{
    padding-top: 60px;
  }
  .g-titl2{
      font-size: 20px;
  }
  .g-titl2 em,.ban.b2 .txt .desc{
    font-size: 12px;
  }
  .ul-lislt2 .con .txt,
  .ul-lislt2 .con .txt .tit{
    font-size: 16px;
  }
  .logo {
    height: 60px;
  }

  .logo img {
    height: 40px;
  }

  .navRig {
    line-height: 60px;
  }

  .navRig a,
  .navRig i,
  .navRig span {
    line-height: 34px;
  }
  .navOnline a{
    width: auto;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
  }

  .navTop {
    height: 60px;
  }

  .navList {
    height: calc(100% - 60px);
  }

  .navList>li>a {
    font-size: 15px;
  }

  .searchInput {
    height: 32px;
    line-height: 30px;
    padding-left: 32px;
  }

  .searchBtn,
  .searchClose {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-size: 16px auto;
  }

  .banIn {
    margin-top: 60px;
  }

  .banIn,
  .banIn .imgBg {
    height: 1.8rem;
  }

  .sortList {
    padding: .15rem 0;
    margin: 0 -.02rem;
  }

  .sortList li {
    padding: 0 .02rem;
  }

  .sortList li a {
    padding: 0 .1rem;
    line-height: 180%;
  }

  .sortList li::before,
  .sortList li::after {
    display: none !important;
  }
  .f-top{
    padding: .6rem 0;
  }
  .f-top .col-l,
  .f-top .col-r{
    float: none;
    width: auto;
    border: none;
  }
  .f-top .col-r{
    display: none;
  }
  .f-logo{
    margin-bottom: .4rem;
  }
  .f-logo img{
    max-height: 1rem;
  }
  .f-copy{
    padding: 8px 0;
  }
}

@media (max-width:767px) {
  .m-pop-container{
    width: 90vw;
    padding: 10px;
  }
  .m-pop-container .title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .m-pop-container .layui-input-block{
    margin-bottom: 0;
  }
  .m-pop-container .layui-input, .m-pop-container .layui-select{
    height: 38px;
    font-size: 14px;
  }
  .m-pop-container .layui-textarea{
    font-size: 14px;
    height: auto;
  }
  .m-pop-container .layui-btn{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .m-pop-container .close{
    top: 10px;
    right: 10px;
  }
  
  
  .cur{
    display: none;
  }
  .ban .txt .tit{
      font-size: 20px;
  }
  .ban.b2 .txt .desc{
    width: 80%;
    font-size: 12px;
  }
  .ban.b2 .txt .desc p{
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.pagination span,
.pagination a,
  .pages a{
      width: 36px;
      height: 36px;
      line-height: 34px;
      font-size: 14px;
  }
  .g-titl2{
      font-size: 18px;
  }
  .g-titl2 em{
    font-size: 12px;
  }
  .ul-lislt2 .con .txt,
  .ul-lislt2 .con .txt .tit{
    font-size: 16px;
  }
  .ul-lislt2 .con{
    padding: 15px;
  }
  .ul-lislt2 .con .pic{
    padding: 0;
    height: 100px;
    line-height: 100px;
  }
  .ul-lislt2 li{
    width: 50%;
  }
  .ul-lislt2{
    margin-top: 20px;
  }











  .searchCon {
    padding: 0 15px;
    padding-right: 50px;
  }

  .searchBtn {
    left: 15px;
  }

  .searchClose {
    left: auto;
    right: 15px;
  }

  .copyright {
    float: none;
    width: 100%;
    text-align: center;
  }

  .follow {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .r-slide .btn{
    width: 40px;
    height: 40px;
    font-size: 0;
  }
}

@media (max-width:640px) {
 /*  .footBg {
    padding-bottom: 41px;
  } */

  .ftNav {
    display: block;
  }

  .ftNav li {
    width: 100%;
    margin: 10px 0;
  }

  .ftTit {
    font-size: 15px;
    margin: 0;
  }

  .ftText {
    margin: 0 -3px;
  }

  .ftText p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
    margin: 0;
  }

  .onLine {
    left: 0;
    width: 100%;
    bottom: 0;
    display: flex;
  }

  .onLine li {
    flex: 1;
  }

  .onIco {
    margin: 0 auto;
  }

  .onCon {
    bottom: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .hmTitEn {
    font-size: .64rem;
  }

  .hmTitCn {
    font-size: .32rem;
  }

  .sortList li a {
    font-size: 14px;
  }

  .mainTop {
    margin: .4rem -2px;
  }

  .mainTop li {
    padding: 2px;
  }

  .mainTop li a {
    font-size: 12px;
  }

  .more {
    width: 200px;
  }

  .page a,
  .page span {
    margin: 1px;
  }
}

@media (max-width:460px) {
  .ban .pic{
    margin-top: 30px;
  }
  .ban .pic .box{
    width: 130px;
  }
  .ban .pic .box:before{
    display: none;
  }
  .ban .txt.t2{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ul-lislt2 li{
    width: auto;
    float: none;
  }
  .ul-lislt2 .con .pic{
    height: auto;
    line-height: none;
  }
  .ul-lislt2 .con .txt{
    height: auto;
  }
  .ul-lislt2 .con .desc{
    height: auto;
    line-height: 1.5em;
    max-height: 6em;
  }
  body{
    padding-top: 50px;
  }
  .logo {
    height: 50px;
  }

  .logo img {
    height: 35px;
  }

  .navRig {
    line-height: 50px;
  }

  .navRig li.navUser a {
    width: 30px;
    height: 30px;
  }

  .navBtn span {
    width: 20px;
  }

  .navTop {
    height: 50px;
  }

  .ftRig {
    display: block;
  }

  .ftCon {
    width: 100%;
  }

  .ftCon p.ftTel {
    font-size: 22px;
    padding-left: 30px;
    background-size: 24px auto;
    background-position: left 3px;
  }

  .ftWx {
    width: 100%;
    max-width: 180px;
    margin: .3rem auto 0;
  }

  .copyright {
    font-size: 12px;
    line-height: 140%;
  }

  .ftIco {
    width: 28px;
    height: 28px;
  }

  .banIn {
    margin-top: 50px;
  }

  .sortList li a {
    font-size: 13px;
  }

  .mainTop li a {
    font-size: 12px;
  }

  .more {
    width: 100%;
    line-height: 32px;
    font-size: 12px;
  }

  .page a,
  .page span {
    display: none;
    line-height: 20px;
  }

  .page a:nth-child(1),
  .page a:nth-child(2),
  .page a:nth-last-child(1),
  .page a:nth-last-child(2) {
    display: inline-block;
    padding: .1rem .2rem;
  }




}